home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGTWO / TFRMDLGTWO.txt
Text File  |  2003-07-03  |  3KB  |  139 lines

  1. object frmDlgTwo: TfrmDlgTwo
  2.   Left = 155
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmDlgTwo'
  6.   ClientHeight = 229
  7.   ClientWidth = 394
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 11
  18.     Top = 6
  19.     Width = 372
  20.     Height = 167
  21.     TabOrder = 0
  22.     object labVal1: TLabel
  23.       Left = 18
  24.       Top = 24
  25.       Width = 24
  26.       Height = 13
  27.       Caption = 'Val-1'
  28.       Font.Charset = DEFAULT_CHARSET
  29.       Font.Color = clBlack
  30.       Font.Height = -11
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = []
  33.       ParentFont = False
  34.     end
  35.     object labVal2: TLabel
  36.       Left = 18
  37.       Top = 74
  38.       Width = 24
  39.       Height = 13
  40.       Caption = 'Val-2'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clBlack
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object ed1: TEdit
  49.       Left = 290
  50.       Top = 40
  51.       Width = 64
  52.       Height = 21
  53.       Color = clBtnFace
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.       ReadOnly = True
  61.       TabOrder = 1
  62.     end
  63.     object scr1: TScrollBar
  64.       Left = 18
  65.       Top = 41
  66.       Width = 265
  67.       Height = 19
  68.       TabOrder = 0
  69.       OnChange = scr1Change
  70.     end
  71.     object chkLink: TCheckBox
  72.       Left = 18
  73.       Top = 134
  74.       Width = 46
  75.       Height = 17
  76.       Caption = '&Link'
  77.       TabOrder = 4
  78.       OnClick = chkLinkClick
  79.     end
  80.     object scr2: TScrollBar
  81.       Left = 18
  82.       Top = 91
  83.       Width = 265
  84.       Height = 19
  85.       TabOrder = 2
  86.       OnChange = scr2Change
  87.     end
  88.     object ed2: TEdit
  89.       Left = 290
  90.       Top = 90
  91.       Width = 64
  92.       Height = 21
  93.       Color = clBtnFace
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       ReadOnly = True
  101.       TabOrder = 3
  102.     end
  103.   end
  104.   object btnOK: TBitBtn
  105.     Left = 213
  106.     Top = 187
  107.     Width = 84
  108.     Height = 28
  109.     Caption = 'OK'
  110.     Default = True
  111.     Font.Charset = DEFAULT_CHARSET
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = []
  116.     ModalResult = 1
  117.     ParentFont = False
  118.     TabOrder = 1
  119.     NumGlyphs = 4
  120.   end
  121.   object btnCancel: TBitBtn
  122.     Left = 297
  123.     Top = 187
  124.     Width = 84
  125.     Height = 28
  126.     Cancel = True
  127.     Caption = 'Cancel'
  128.     Font.Charset = DEFAULT_CHARSET
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ModalResult = 2
  134.     ParentFont = False
  135.     TabOrder = 2
  136.     NumGlyphs = 4
  137.   end
  138. end
  139.